body{
	color:#666;
	font-size:14px;}
a,a:hover{
	text-decoration: none;
}
ul,li{
	list-style: none;
	padding-left: 0px;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-indent{
	text-indent: 2rem;
}
.navbar{
	margin-bottom:0;
	background-color: #03529a;
	border: none;
    border-radius: 0px;}
.navbar-brand {
    padding: 17px 15px;
	height: auto;}
.navbar-brand img{
	max-height:81px;}
.tel img{
	margin-top: 30px;
}
.navbar-nav>li>a{
	color:#fff;
	padding:15px 40px;
	font-size: 14px;}
.nav>li>a:focus, .nav>li>a:hover,.navbar-nav>li.active>a {
  background: -webkit-linear-gradient(#a40b10 , #d70108); 
  background: -o-linear-gradient(#a40b10 , #d70108); 
  background: -moz-linear-gradient(#a40b10 , #d70108); 
  background: linear-gradient(#a40b10 , #d70108);
  color: #fff;
}
.navbar-nav>li>a:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0px;
	height: 3px; 
	background: -webkit-linear-gradient(#a40b10 , #d70108);
	background: -o-linear-gradient(#a40b10 , #d70108);
	background: linear-gradient(#a40b10 , #d70108);  
	transition: width 0.3s
}
.navbar-nav>li>a:hover:after{
	width: 100%;
}
.dropdown-menu>li>a {
    padding: 12px 20px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #ff6f00;
}
.application,.sy-about{ margin-top: 40px; }
.sy-about{ padding-bottom: 80px; background: #eee; overflow: hidden; padding-top: 50px; }
.app-tit{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.app-tit:after,.Bottom_Title:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 30px;
	height: 3px;
	background-color: #c40001;
}
.Bottom_Title:after{
	left: 0;
	transform: translateX(0%)
}
.app-tit h2{
	color: #01689a;
	font-size: 24px;
}
.app-tit h2 span{ color: #666666; font-weight: normal; }
.pro-tit h2,.pro-tit h2 span{ color: #fff; }
.app-img{ position: relative; overflow: hidden; }
.app-img img{ transition: all ease-in-out 0.3s; }
.app-img:hover img{ transform: scale(1.3,1.3); }
.sy-about .col-md-6,.sy-about .col-md-3{ padding-left: 0; padding-right: 0; }
.ainfo1,.ainfo2,.mi1,.mi2{min-height: 154px;}
.ainfo1 p{ line-height: 26px; padding-right:30px; }
.ainfo1 p strong{ color: #01689a; }
.btn-more{ background-color: #c40001; color: #fff; padding: 5px 10px; }
.btn-more:hover{ color: #fff; }
.ainfo2{ background-color: #0057a7; color: #fff; padding: 15px 20px; line-height: 24px; }
.mi1{ background-color: #01689a; color: #fff; padding: 44px 0; font-size: 24px; position: relative; overflow: hidden; }
.mi1 i{ position: absolute; left: 50%; bottom: -35px; transform: translateX(-50%); font-size: 57px;  }
.mi3 i{top: -23px;}
.mi2{ padding: 30px; line-height: 26px; }
.sy-products{
	background: url(../styles/images/pbg.jpg) no-repeat center top;
	margin-top: 10px;
	padding: 60px 0;
	min-height: 852px;
        background-size: cover;
}
.new-tit{
	position: relative;
}
.new-tit h2{
	font-size: 27px;
	color: #333;
	font-weight: normal;
}
.new-tit h2 span{
	color: #666;
	font-size: 20px;
}
.new-tit:after{
	position: absolute;
	content: "";
	width: 5%;
	height: 2px;
	left: 2%;
	bottom: -20px;
	background-color: #c40001;
}
.series{ margin-bottom: 40px; }
.series a{ border: 1px solid #6ba3bf; color: #fff; padding: 10px 12px; margin-right: 10px; margin-bottom: 10px; display: inline-block; }
.series a.active,.series a:hover{ background-color: #c40001; border: 1px solid #c40001; }
.pro-list{
	margin-top: 20px;
}
.nyseries{ margin-bottom: 50px; }
.nyseries a{ border: 1px solid #6ba3bf; color: #666; padding: 6px 10px; margin-right: 10px; margin-bottom: 10px; display: inline-block;}
.nyseries a.active,.nyseries a:hover{ background-color: #c40001; border: 1px solid #c40001; color: #fff; }
.pro-list{
	margin-top: -30px;
}
.pro-list h3{ color: #fff; font-weight: normal; }
.pro{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pro img{
	transition: all ease-in-out 0.3s;
}
.pro:hover img{
	transform: scale(1.1,1.1);
}
span.pbg{
	position: absolute;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	left: 0;
	bottom: 0px;
	ling-height: 60px;
	color: #fff;
	background: rgba(16,161,214,0.7);
	transition: background,height 0.3s;	
}
.pro:hover span.pbg{
	height: 100%;
	padding: 40px;
	background: rgba(16,161,214,0.9);
}
span.pbg p{
	opacity:0; 
	filter:alpha(opacity=0);
	line-height: 30px;

}
.pro:hover span.pbg p{
	opacity:1; 
	filter:alpha(opacity=100);
}
.sy-info{
	padding: 60px 30px;
}
.sy-info h2{
	font-size: 28px;
	color: #222222;
	margin-bottom: 25px;
}
.sy-info p{
	line-height: 30px;
	color: #666;
}
.sy-news{
	margin-top:30px;
	padding:20px 0 40px;
	}

.nlist{
	margin-bottom: 40px;
}
.news .more {
  margin: 70px auto;
}
.nbox{
	margin-top: 5px;
}
.news .news_time {
  display: block;
  background-color: #eee;
  padding-top: 5px;
  font-weight: 300;
  width: 60px;
  height: 55px;
  color: #999;
}
h5.ninfo a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.news .news_time i{
	color:#fd5202;
	padding-right:8px;}
.news .news_time span.nian{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: inline-block;
    vertical-align: top;
}
.media-body{
	width: 83%;
}
.media-body h5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-series{
	background: none;
	padding: 8px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.btn-series.active,.btn-series:hover{
	background-color: #0a63af;
	text-shadow: none;
	color: #fff;
	border: 0 none;
}
#map{
	height: 350px;
}
.article>.content {
    padding: 0px;
}
.news .media-heading:hover:before {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news .media-heading {
  position: relative;
}
.news .media-heading a {
  border-bottom: 1px solid #EFEFEF;
  font-size: 18px;
  color: #c40001;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}
.news .media-heading a:hover {
  text-decoration: none;
}
.news .media-heading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #f00;
  bottom: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news p.des {
  font-size: 13px;
  color: #848484;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news ul.blocks-2 {
  overflow: hidden;
  margin-top: 20px;
}
.news ul.blocks-2 li {
  list-style-type:none;
  width: 45%;
  float: left;
  margin: 30px 2.5% 0;
}
.news ul.blocks-2 li p {
  margin-bottom: 0px;
}
.sy_news ul.blocks-2 li p.des {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.sy-contact{
	line-height: 30px;
	font-size: 14px;
}
.sy-contact img{
	margin-bottom: 15px;
}
.sy-contact p{
	border-bottom: 1px dashed #cdcdcd;
}
.sy-contact i{
	padding-right: 10px;
}
.bg-default {
	background: #c40001;
	max-height: 168px;
	padding:30px 0;
	color:#fff;
	font-size: 15px;
}
.menu-bot{
	margin-bottom: 10px;
}
.menu-bot a{
	color: #fff;
}
.cp{ background: url(../styles/images/pbg.jpg) no-repeat center top; background-size: cover;}
.ny-about{
	margin:20px auto;
	background-color:#fff;
	padding:20px;}
.ny-tit h1{
	color:#333;}
.ny-tit h1 span{
	color: #0a63af;
}
.ny_info{
	line-height:27px;
	margin-bottom:50px;}
.text-indent{
	text-indent:2em;}

.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover {
    background-color: #0a63af;
    border-color: #0a63af;
}
.ptest{
	color:#333;}
.card>.caption {
    background-color: #333;}
.item-content h4 a{
	color:#333;}
.ny-info{
	padding:30px 0;
	line-height:27px;}
img {
     max-width:none; 
}
.contact-info{
	font-size:16px;
	line-height:30px;}
.con1{
	font-size: 20px;
}
.con1 span{
	font-weight: bold;
	color: #c40001;
}
footer{
	background: url(../styles/images/bottom.jpg) no-repeat center top;
	color: #dadada;
	padding-top: 20px;
	overflow: hidden;
}
footer a{
	color: #dadada;
}
.Bottom_Title { position: relative; overflow: hidden; margin-bottom: 30px; }
.Bottom_Title h2{
	font-weight: normal;
}	
.bottom_list li{
	line-height: 30px;
	/* width: 50%; */
	float: left;
}
.bottom_list1 li{
	background: url(../styles/images/li.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
	width: 50%;
	float: left;
}
.sy-footerbottom{
	margin-top: 20px;
	border-top:1px solid #015183;
	line-height: 60px;
}
	

	
	
	
	
	
@media (max-width: 1199px) {
	.navbar-nav > li > a {
    padding: 15px 16px;}
	
}
@media (max-width: 991px) {
.navbar-nav > li > a {
    padding: 15px 8px;
	font-size: 14px;}
.navbar-brand img {
    max-height: 42px;
}
.tel img {
    margin-top: 15px;
}


	
	
}
@media (min-width: 768px){
	
	


}
@media (max-width: 767px) {
	.navbar-brand {
    padding: 15px;}
	.navbar-brand img{
	max-height:40px;}
	.navbar-toggle {
    background-color:#eee;
	margin:20px 10px 20px 0;}
	.navbar-toggle .icon-bar {
	background-color: #555;}
	.navbar {
    min-height: 0px;}
	.navbar-nav > li > a {
    padding: 10px 5px;
	}
	.dropdown-menu > li > a{
		color: #fff;
	}
	.sy-about, .sy-products, .sy-news {
    margin-top: 20px;}
	.news .media-heading a {
    font-size: 16px;}
    .ainfo1,.ainfo2{ margin-bottom: 15px; }
    .series a{ margin-bottom: 15px; display: inline-block; }
    .sy-products{ background-size: cover; }
	.media-body {width: 75%;}
	.ainfo1 p {
    line-height: 26px;
    padding:0 10px;}
    .btn-more {
    margin-left: 10px;}
    .list {padding: 0px;}
    .article {
    padding: 0px;}


}
	
/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: 20px auto 0;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#d4231d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#d4231d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background:#d4231d;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#d4231d;
    color: #fff;
    border-color:#d4231d;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}
.breadcrumb-item h1{
    font-size: 14px;
    font-weight: 400;
    display: inline;
}
.breadcrumb-item h2{
    font-size: 14px;
    font-weight: 400;
    display: inline;
}
.breadcrumb {
  margin: 10px 0; }
.breadcrumb a {
    color: #666666; }
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}








